|
CallGraph
|
00001 00002 // C++ code generated with wxFormBuilder (version Sep 8 2010) 00003 // http://www.wxformbuilder.org/ 00004 // 00005 // PLEASE DO "NOT" EDIT THIS FILE! 00007 00008 #ifndef __uisettings__ 00009 #define __uisettings__ 00010 00011 #include <wx/intl.h> 00012 00013 #include <wx/string.h> 00014 #include <wx/stattext.h> 00015 #include <wx/gdicmn.h> 00016 #include <wx/font.h> 00017 #include <wx/colour.h> 00018 #include <wx/settings.h> 00019 #include <wx/textctrl.h> 00020 #include <wx/button.h> 00021 #include <wx/sizer.h> 00022 #include <wx/spinctrl.h> 00023 #include <wx/statline.h> 00024 #include <wx/checkbox.h> 00025 #include <wx/statbox.h> 00026 #include <wx/dialog.h> 00027 00029 00030 00034 class uisettings : public wxDialog 00035 { 00036 private: 00037 00038 protected: 00039 wxStaticText* m_staticText_path_gprog; 00040 wxTextCtrl* m_textCtrl_path_gprof; 00041 wxButton* m_button_select_gprof; 00042 wxStaticText* m_staticText_path_dot; 00043 wxTextCtrl* m_textCtrl_path_dot; 00044 wxButton* m_button_select_dot; 00045 wxStaticText* m_staticText5; 00046 wxStaticText* m_staticText6; 00047 wxSpinCtrl* m_spinCtrl_treshold_node; 00048 wxStaticText* m_staticText7; 00049 wxSpinCtrl* m_spinCtrl_treshold_edge; 00050 wxStaticLine* m_staticline6; 00051 wxStaticText* m_staticText8; 00052 wxCheckBox* m_checkBox_Names; 00053 wxStaticText* m_staticText9; 00054 wxSpinCtrl* m_spinCtrl_colors_node; 00055 wxCheckBox* m_checkBox_Parametrs; 00056 wxStaticText* m_staticText10; 00057 wxSpinCtrl* m_spinCtrl_colors_edge; 00058 wxButton* m_buttonOk; 00059 wxButton* m_buttonCancel; 00060 00061 // Virtual event handlers, overide them in your derived class 00062 virtual void OnButton_click_select_gprof( wxCommandEvent& event ) { event.Skip(); } 00063 virtual void OnButton_click_select_dot( wxCommandEvent& event ) { event.Skip(); } 00064 virtual void OnCheckName( wxCommandEvent& event ) { event.Skip(); } 00065 virtual void OnCheckParam( wxCommandEvent& event ) { event.Skip(); } 00066 virtual void OnButton_click_ok( wxCommandEvent& event ) { event.Skip(); } 00067 virtual void OnButton_click_cancel( wxCommandEvent& event ) { event.Skip(); } 00068 00069 00070 public: 00071 00072 uisettings( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Settings..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE ); 00073 ~uisettings(); 00074 00075 }; 00076 00077 #endif //__uisettings__